In the following commits, this function will be used to load the
gtkparasite module.
return result;
}
+
+void
+_gtk_modules_load_module (const gchar *name)
+{
+ /* We leak the ref */
+ g_slist_free (load_modules (name));
+}
*/
typedef void (*GtkModuleDisplayInitFunc) (GdkDisplay *display);
-
G_END_DECLS
const gchar *gtk_modules_args);
void _gtk_modules_settings_changed (GtkSettings *settings,
const gchar *modules);
+void _gtk_modules_load_module (const gchar *name);
gboolean _gtk_module_has_mixed_deps (GModule *module);